-- phpMyAdmin SQL Dump
-- version 2.11.5
-- http://www.phpmyadmin.net
--
-- Hostite: localhost
-- Vygenerovan:: 03.Mj, 2009 - 08:37
-- Verzia serveru: 5.0.51
-- Verzia PHP: 5.2.5

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Databza: `sloboda9`
--

-- --------------------------------------------------------

--
-- truktra tabuky pre tabuku `forum_bbcode`
--

CREATE TABLE `forum_bbcode` (
  `template` varchar(100) collate utf8_unicode_ci NOT NULL,
  `replacement` varchar(100) collate utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Sahujem dta pre tabuku `forum_bbcode`
--

INSERT INTO `forum_bbcode` (`template`, `replacement`) VALUES
('\\:\\(', '<img src="obrazky/smiles/sm003.gif" alt="smajlik" width="17" height="17" />'),
('\\:\\D', '<img src="obrazky/smiles/sm001.gif" alt="smajlik" width="17" height="17" />'),
('\\;\\)', '<img src="obrazky/smiles/sm006.gif" alt="smajlik" width="17" height="17" />'),
('\\:\\O', '<img src="obrazky/smiles/ooo.gif" alt="smajlik" width="17" height="17" />'),
('\\8\\)', '<img src="obrazky/smiles/sun.gif" alt="smajlik" width="17" height="17" />'),
('\\]\\:\\)', '<img src="obrazky/smiles/certik.gif" alt="smajlik" width="17" height="17" />'),
('\\:\\@', '<img src="obrazky/smiles/red.gif" alt="smajlik" width="17" height="17" />'),
('\\*JOKINGLY\\*', '<img src="obrazky/smiles/sm005.gif" alt="smajlik" width="17" height="17" />');